home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / PERL.SPK / Perl5001 / pl / Examples / hello < prev    next >
Text File  |  1995-10-14  |  58b  |  4 lines

  1.  
  2. print "hello world\n\n";
  3. $in = int( <STDIN> );
  4. print $in;